From: Glenn Morris Date: Sat, 18 Aug 2007 23:43:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17339 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ad2e0e84d24882800c2ea528c49a0885d0dff833;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4e6e4c8c8cf..924e8293c16 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +2007-08-18 Glenn Morris + + * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Convert + comment to basic doc string. Also apply eldoc-argument-case in + the help-split-fundoc case. Adapt for changed behavior of + eldoc-function-argstring, eldoc-function-argstring-format, and + eldoc-highlight-function-argument. + (eldoc-highlight-function-argument): Make INDEX argument + optional, just call eldoc-docstring-format-sym-doc if absent. + (eldoc-function-argstring): Change the behavior. Now it converts + an argument list to a string. + (eldoc-function-argstring-format): Change the behavior. Now it + applies `eldoc-argument-case' to a string. + 2007-08-18 Martin Rudalics * progmodes/ada-mode.el (ada-create-syntax-table): Move